.dalia-first-page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  color: #323232;
  position: relative;
}

.logo-holder {
  width: 174px;
  height: 174px;
  overflow: hidden;
}
.logo-holder img {
  width: 100%;
  height: 100%;
}

.dalia-first-page > p {
  font-weight: 700;
  font-size: 1.2rem;
}

.social_media-holder {
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 28px;
  padding: 12px 28px;
  background-color: #882e2e;
}

.dalia-first-page > img {
  position: absolute;
  bottom: 3vh;
  left: 3vw;
}

.second-page__prev {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.second-page__prev img {
  width: 100% !important;
  height: 100% !important;
}
/* - - - - - - - - - - - - - - - - - -  */
.first-page__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 400;

  border: 1px solid #fff;
  border-radius: 12px;
  padding: 8px 16px;

  cursor: pointer;}